Write a program in C++ that performs the following tasks: - Ask user for number of rows and columns. - Get data for each cell. - Generate an HTML table. - Save the output file.
View Demonstration
Code Report (PDF)